Valid for Sitecore
5.3
3.
SQLite Issues
Prev Next |
Exception Details: System.Data.SQLite.SQLiteException: SQLite error no such table: Items
This error message may indicate that Sitecore has been configured for SQLite but the files cannot be found or the ASP.NET account is denied appropriate access; check SQLite settings in web.config and Website/App_Config/sqlite/fileconnections.config.
SQLite Database Locking
In various circumstances the SQLite database may lock resulting in exceptions when trying to update data in the XML repository. Adjusting settings in Website/App_Config/timeouts.config as described in SQLite documentation (http://sqlite.org) may reduce or eliminate such occurrences.
Prev Next